blockquote {
    font-size: 14px;
}

code {
    word-break: normal;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.markbind-table {
    width: auto;
}

.radio-list-item,
.task-list-item {
    list-style-type: none;
    margin: 0 0 0 -1.2em;
}

.radio-list-item label {
    font-weight: inherit;
}

.table-striped > thead,
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

/* Bootstrap small(sm) responsive breakpoint */
@media (max-width: 767.98px) {
    .dropdown-menu > li > a {
        white-space: normal;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
        background-color: #337ab7;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}

/* Footer */

footer {
    background-color: #f5f5f5;
    color: dimgrey;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 0;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#flex-div {
    flex: 1;
}
